home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / upc12bs1.zip / UUCICO / dcpfpkt.h < prev    next >
C/C++ Source or Header  |  1993-09-20  |  2KB  |  60 lines

  1. #ifndef _DCPFPKT_H
  2. #define _DCPFPKT_H
  3.  
  4. /*--------------------------------------------------------------------*/
  5. /*       d c p f p k t . h                                            */
  6. /*                                                                    */
  7. /*       "f" protocol packet driver for dcp (UUPC/extended data       */
  8. /*       communications)                                              */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. /*--------------------------------------------------------------------*/
  12. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  13. /*       Wonderworks.                                                 */
  14. /*                                                                    */
  15. /*       All rights reserved except those explicitly granted by       */
  16. /*       the UUPC/extended license agreement.                         */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*--------------------------------------------------------------------*/
  20. /*                          RCS Information                           */
  21. /*--------------------------------------------------------------------*/
  22.  
  23.  /*
  24.   *      $Id: dcpfpkt.h 1.4 1993/09/20 04:53:57 ahd Exp $
  25.   *
  26.   *      $Log: dcpfpkt.h $
  27.  * Revision 1.4  1993/09/20  04:53:57  ahd
  28.  * TCP/IP support from Dave Watt
  29.  * 't' protocol support
  30.  * OS/2 2.x support (BC++ 1.0 for OS/2 support)
  31.  *
  32.  * Revision 1.3  1993/04/05  12:27:31  ahd
  33.  * Correct protypes to match gpkt
  34.  *
  35.  * Revision 1.2  1992/11/15  20:08:29  ahd
  36.  * Clean up modem file support for different procotols
  37.  *
  38.  *    08 Sep 90   -  Create via Microsoft C compiler /Zg          ahd
  39.  *    21 Aug 91   -  Create from dcpgpkt.c                        ahd
  40.  *
  41.   */
  42.  
  43. short  fopenpk(const boolean master);
  44.  
  45. short  fclosepk(void);
  46.  
  47. short  fgetpkt(char  *data,short  *len);
  48.  
  49. short  fsendpkt(char  *data,short  len);
  50.  
  51. short  fwrmsg(char *str);
  52.  
  53. short  frdmsg(char *str);
  54.  
  55. short  feofpkt( void );
  56.  
  57. short  ffilepkt( void );
  58.  
  59. #endif
  60.